projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9658dc2
)
Undo part of previous change
author
Glenn Morris
<rgm@gnu.org>
Sat, 5 May 2012 02:28:00 +0000
(19:28 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 5 May 2012 02:28:00 +0000
(19:28 -0700)
doc/lispref/internals.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/internals.texi
b/doc/lispref/internals.texi
index 301aa0b23be4082edd09fd0ef2005e3f5799c128..eb9d81f196ffdeb2a0aa6d1be11adba67783995d 100644
(file)
--- a/
doc/lispref/internals.texi
+++ b/
doc/lispref/internals.texi
@@
-666,7
+666,8
@@
read-only (on certain operating systems) as a result of dumping Emacs.
@cindex @code{defsubr}, Lisp symbol for a primitive
Defining the C function is not enough to make a Lisp primitive
available; you must also create the Lisp symbol for the primitive and
-store a suitable subr object in its function cell:
+store a suitable subr object in its function cell. The code looks like
+this:
@example
defsubr (&@var{sname});